ImageGear Professional DLL for Windows
Creating the Project

To create the interface, complete the following steps:

  1. Launch Visual Studio 2012.
  2. Create a new MFC Application project. For this tutorial, the Project name is IGSample. Click OK after entering this Project name.

  3. The MFC Application Wizard dialog will appear. Click Next to proceed.

  4. On the Application Type dialog, choose the Single document option to create a Single Document Interface (SDI) application. Select MFC standard as the Project style. Click Next.

  5. On the Compound Document Support dialog, select None and click Next.

  6. Click Next to pass the Document Template Properties dialog.

  7. In the Database Support dialog, select None and click Next.

  8. In the User Interface Features dialog, under the "Use a menu bar and toolbar” section, uncheck both of the boxes and click Finish.

  9. Once the project is created, you should set up the compiler to use ImageGear. To do this:
    1. Select the project, go to the Project menu, and select Properties.
    2. Under the Configuration Properties section in the left panel, select C/C++.
    3. Under this portion, choose General.
    4. In the right panel, add the path where you installed ImageGear into the Additional Include Directories field. For example, if you installed ImageGear to the path C:\Program Files (x86)\Accusoft\ImageGear v18 DLL\MD\DLL, then you will add the include directory in this path to the field (C:\Program Files (x86)\Accusoft\ImageGear v18 DLL\MD\DLL\Include).

  10. Next select the Linker > General option in the left panel, and add a link to the ImageGear library folder (for example: C:\Program Files (x86)\Accusoft\ImageGear v18 DLL\MD\DLL\Lib) in the Additional Library Directories field.

  11. Then select the Linker > Input option in the left panel, and add the name of ImageGear library file (igcore18d.lib) to the Additional Dependencies field in the right panel. Once you have done this, click OK.

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback